﻿2026-06-04T03:42:53.8449991Z ##[group]Run actions/checkout@v5
2026-06-04T03:42:53.8450850Z with:
2026-06-04T03:42:53.8451209Z   repository: SaberMage/spt-core
2026-06-04T03:42:53.8456491Z   token: ***
2026-06-04T03:42:53.8456840Z   ssh-strict: true
2026-06-04T03:42:53.8457202Z   ssh-user: git
2026-06-04T03:42:53.8457566Z   persist-credentials: true
2026-06-04T03:42:53.8457974Z   clean: true
2026-06-04T03:42:53.8458348Z   sparse-checkout-cone-mode: true
2026-06-04T03:42:53.8458795Z   fetch-depth: 1
2026-06-04T03:42:53.8459142Z   fetch-tags: false
2026-06-04T03:42:53.8459512Z   show-progress: true
2026-06-04T03:42:53.8459884Z   lfs: false
2026-06-04T03:42:53.8460233Z   submodules: false
2026-06-04T03:42:53.8460609Z   set-safe-directory: true
2026-06-04T03:42:53.8461166Z ##[endgroup]
2026-06-04T03:42:54.0219695Z Syncing repository: SaberMage/spt-core
2026-06-04T03:42:54.0221095Z ##[group]Getting Git version info
2026-06-04T03:42:54.0221743Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-04T03:42:54.0498722Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-04T03:42:54.0702203Z git version 2.43.0.windows.1
2026-06-04T03:42:54.0730295Z ##[endgroup]
2026-06-04T03:42:54.0738480Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\363a4401-dc62-4b83-a1e1-f8e9afa8699d\.gitconfig'
2026-06-04T03:42:54.0752041Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\363a4401-dc62-4b83-a1e1-f8e9afa8699d' before making global git config changes
2026-06-04T03:42:54.0753490Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T03:42:54.0757653Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-04T03:42:54.0995149Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-04T03:42:54.1189980Z https://github.com/SaberMage/spt-core
2026-06-04T03:42:54.1218596Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-04T03:42:54.1222794Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-04T03:42:54.1417959Z refs/heads/dev-freeform
2026-06-04T03:42:54.1445964Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-04T03:42:54.1728917Z HEAD is now at 4ea3b37 feat(net): M4-D5b remote terminal attach (REQ-INST-8)
2026-06-04T03:42:54.2195854Z ##[endgroup]
2026-06-04T03:42:54.2198142Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-04T03:42:54.5919959Z ##[group]Cleaning the repository
2026-06-04T03:42:54.5924529Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-04T03:42:57.5528318Z Removing target/
2026-06-04T03:42:57.5566858Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-04T03:42:57.5888505Z HEAD is now at 4ea3b37 feat(net): M4-D5b remote terminal attach (REQ-INST-8)
2026-06-04T03:42:57.5913933Z ##[endgroup]
2026-06-04T03:42:57.5919342Z ##[group]Disabling automatic garbage collection
2026-06-04T03:42:57.5925382Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-04T03:42:57.6152974Z ##[endgroup]
2026-06-04T03:42:57.6153360Z ##[group]Setting up auth
2026-06-04T03:42:57.6161163Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-04T03:42:57.6388231Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-04T03:42:58.0117401Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T03:42:58.0354451Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-04T03:42:58.4045587Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T03:42:58.4286221Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-04T03:42:58.7929289Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-04T03:42:58.8232594Z ##[endgroup]
2026-06-04T03:42:58.8232977Z ##[group]Fetching the repository
2026-06-04T03:42:58.8242427Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +269b8ef5bffa3b003519d98121c931c32054cbdd:refs/remotes/origin/dev-freeform
2026-06-04T03:42:59.6889897Z From https://github.com/SaberMage/spt-core
2026-06-04T03:42:59.6890677Z  + 4ea3b37...269b8ef 269b8ef5bffa3b003519d98121c931c32054cbdd -> origin/dev-freeform  (forced update)
2026-06-04T03:42:59.7008314Z ##[endgroup]
2026-06-04T03:42:59.7008688Z ##[group]Determining the checkout info
2026-06-04T03:42:59.7010094Z ##[endgroup]
2026-06-04T03:42:59.7015799Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-04T03:42:59.7282796Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-04T03:42:59.7499592Z ##[group]Checking out the ref
2026-06-04T03:42:59.7504538Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-04T03:42:59.7941827Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-04T03:42:59.7942283Z Your branch is up to date with 'origin/dev-freeform'.
2026-06-04T03:42:59.7942673Z Previous HEAD position was 4ea3b37 feat(net): M4-D5b remote terminal attach (REQ-INST-8)
2026-06-04T03:42:59.7943043Z Switched to and reset branch 'dev-freeform'
2026-06-04T03:42:59.7966502Z ##[endgroup]
2026-06-04T03:42:59.8205271Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-04T03:42:59.8400520Z 269b8ef5bffa3b003519d98121c931c32054cbdd
